Posts related to: Dynamic Types
Creating a dynamic, extensible C# Expando Object
In this post I discuss a custom extensible dynamic type implementation that allows you to extend existing types with dynamic properties at runtime.